home *** CD-ROM | disk | FTP | other *** search
/ PC Joker 1999 February / PC Joker 99-02 (Vollversion Darkseed 2).iso / GOODIES / 3DMARK / _SETUP.1 / Result Browser.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-10-24  |  3KB  |  152 lines

  1. object AboutBox: TAboutBox
  2.   Left = 300
  3.   Top = 174
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Result Browser'
  7.   ClientHeight = 213
  8.   ClientWidth = 360
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnClick = FormClick
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 345
  24.     Height = 161
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     object ProgramIcon: TImage
  30.       Left = 16
  31.       Top = 16
  32.       Width = 32
  33.       Height = 32
  34.       AutoSize = True
  35.       Center = True
  36.       Picture.Data = {<image001.ico>}
  37.       Stretch = True
  38.       Transparent = True
  39.       OnDblClick = ProgramIconDblClick
  40.       IsControl = True
  41.     end
  42.     object ProductName: TLabel
  43.       Left = 168
  44.       Top = 16
  45.       Width = 118
  46.       Height = 19
  47.       Caption = 'Result Browser'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clWindowText
  50.       Font.Height = -16
  51.       Font.Name = 'Arial'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.       IsControl = True
  55.     end
  56.     object Version: TLabel
  57.       Left = 168
  58.       Top = 40
  59.       Width = 44
  60.       Height = 13
  61.       Caption = 'Build 100'
  62.       IsControl = True
  63.     end
  64.     object Copyright: TLabel
  65.       Left = 168
  66.       Top = 88
  67.       Width = 56
  68.       Height = 13
  69.       Caption = 'Copyright ∩┐╜'
  70.       IsControl = True
  71.     end
  72.     object Label1: TLabel
  73.       Left = 168
  74.       Top = 104
  75.       Width = 131
  76.       Height = 13
  77.       Caption = 'Futuremark Corporation Ltd.'
  78.       WordWrap = True
  79.       IsControl = True
  80.     end
  81.     object EDate: TLabel
  82.       Left = 171
  83.       Top = 56
  84.       Width = 165
  85.       Height = 33
  86.       AutoSize = False
  87.       WordWrap = True
  88.       IsControl = True
  89.     end
  90.     object LFuturemark: TLabel
  91.       Left = 56
  92.       Top = 120
  93.       Width = 212
  94.       Height = 13
  95.       Caption = 'Visit Futuremark Corporation, Ltd Home Page'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clBlue
  98.       Font.Height = -11
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = [fsUnderline]
  101.       ParentFont = False
  102.       Visible = False
  103.       OnClick = LFuturemarkClick
  104.     end
  105.     object Lother: TLabel
  106.       Left = 128
  107.       Top = 136
  108.       Width = 83
  109.       Height = 13
  110.       Caption = 'Insert second link'
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clBlue
  113.       Font.Height = -11
  114.       Font.Name = 'MS Sans Serif'
  115.       Font.Style = [fsUnderline]
  116.       ParentFont = False
  117.       Visible = False
  118.       OnClick = LotherClick
  119.     end
  120.   end
  121.   object Button1: TButton
  122.     Left = 144
  123.     Top = 176
  124.     Width = 75
  125.     Height = 25
  126.     Caption = '&Ok'
  127.     Default = True
  128.     ModalResult = 1
  129.     TabOrder = 1
  130.   end
  131.   object PanelL: TPanel
  132.     Left = 0
  133.     Top = 0
  134.     Width = 3
  135.     Height = 213
  136.     Align = alLeft
  137.     BevelOuter = bvNone
  138.     TabOrder = 2
  139.     OnClick = PanelLClick
  140.   end
  141.   object PanelR: TPanel
  142.     Left = 357
  143.     Top = 0
  144.     Width = 3
  145.     Height = 213
  146.     Align = alRight
  147.     BevelOuter = bvNone
  148.     TabOrder = 3
  149.     OnClick = PanelRClick
  150.   end
  151. end
  152.